Fix build breakage on non-X11
authorTor Lillqvist <tml@iki.fi>
Wed, 9 Jun 2010 07:52:11 +0000 (10:52 +0300)
committerTor Lillqvist <tml@iki.fi>
Wed, 9 Jun 2010 07:52:11 +0000 (10:52 +0300)
commitcd23f1e080d36bbb5434c761880e80f8d6a80286
tree6e5c6f2d43a90fe156ad3ea0fc017dca88ffcbc0
parentb618ca8923ec5b932b18313e1a8dad933d5bbdaa
Fix build breakage on non-X11

AM_CONDITIONALs need to be seen in all code paths. The one for
XINPUT_NONE was only in the X11 if branch. But as that Automake
confitional wasn't used in any Makefile.am anyway, just drop the
AM_CONDITIONAL.
configure.ac